-
Home
-
WP 2FA – Two-factor authentication for WordPress
-
2.9.2 (latest)
-
Code
-
Classes
- BitArray
Total Complexity |
64 |
Dependencies |
3 |
Dependents |
3 |
Total lines |
296 |
Lines of code |
187 |
Logical lines of code |
111 |
Comment lines |
83 |
Methods |
21 |
Properties |
2 |
Methods 21
Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
isRange() |
A |
50 |
11 |
27 |
setRange() |
A |
52 |
9 |
24 |
getNextSet() |
S |
56 |
5 |
17 |
getNextUnset() |
S |
56 |
5 |
17 |
toBytes() |
S |
59 |
4 |
14 |
appendBits() |
S |
63 |
4 |
9 |
__toString() |
S |
63 |
4 |
10 |
xorBits() |
S |
63 |
3 |
10 |
reverse() |
S |
63 |
3 |
9 |
ensureCapacity() |
S |
72 |
2 |
5 |
clear() |
S |
70 |
2 |
6 |
appendBit() |
S |
67 |
2 |
7 |
appendBitArray() |
S |
68 |
2 |
7 |
__construct() |
S |
74 |
1 |
4 |
getSize() |
S |
82 |
1 |
3 |
getSizeInBytes() |
S |
79 |
1 |
3 |
get() |
S |
77 |
1 |
3 |
set() |
S |
77 |
1 |
3 |
flip() |
S |
77 |
1 |
3 |
setBulk() |
S |
79 |
1 |
3 |
getBitArray() |
S |
82 |
1 |
3 |